home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / radius_2.zip / util.h < prev    next >
Text File  |  1996-05-16  |  211b  |  9 lines

  1. char    *ip_hostname(UINT4    ipaddr);
  2. UINT4 get_ipaddr(char    *host);
  3. int good_ipaddr(char    *addr);
  4. void ipaddr2str(char    *buffer,UINT4    ipaddr);
  5. void pairfree(VALUE_PAIR    *pair);
  6. UINT4 ipstr2long(char    *ip_str);
  7.  
  8.  
  9.